ServiceGetMeetingCancellation Method (ItemId) |
Gets a meeting cancellation message.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MeetingCancellation GetMeetingCancellation(
ItemId itemId
)
Public Function GetMeetingCancellation (
itemId As ItemId
) As MeetingCancellation
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to return.
Return Value
Type:
MeetingCancellationMeetingCancellation.
See Also